listbox: Fix row hovering
authorTimm Bäder <mail@baedert.org>
Tue, 9 May 2017 14:23:01 +0000 (16:23 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 25 May 2017 14:25:59 +0000 (16:25 +0200)
commit3e44a3920a33e2acf587d62fd9ed35858235ca98
tree594feec0a25edcead51e39b21739ee12ea27d01b
parenta0016758a8442f747d95ff741a249e10dd7040e1
listbox: Fix row hovering

Drop the in_widget flag since motion events the listbox receives are
always inside the listbox. Also drop the manual coordinate translation
code using GdkWindows.
gtk/gtklistbox.c